home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / lists / mint / l_0799 / 706 < prev    next >
Encoding:
Internet Message Format  |  1994-08-27  |  1.9 KB

  1. From: itschere@TechFak.Uni-Bielefeld.DE
  2. Subject: Re: Update-daemon for all FSes
  3. Date: Wed, 15 Dec 93 12:21:42 MET
  4. In-Reply-To: <9312150938.AA06483@math.uni-muenster.de>; from "Ulrich Kuehn" at Dec 15, 93 10:38:14 am
  5.  
  6. consider yourself being greeted ;-)
  7.  
  8. > I am just thinking about having an update daemon like that for the minix
  9. > file system that does an update for all filesystems. As far as I know
  10. > does the minix fs one use an dcntl for the each drive the minix fs
  11. > controls. The idea is that it could go through all the entries in u:\
  12. > that are not symbolic links and use that Dcntl() on them. That way there
  13. > would be only one update daemon is the system. And as far as I know is
  14. > there up to now no other use of that specific Dcntl() opcode, so there
  15. > are no incompatibilities.
  16.  
  17.  Point is that minixfs update knows which drives to do. If you don't and
  18. call Dcntl() on any drive existing, you'll end up starting the floppy each
  19. time probably. That`s where I ended up when making an external `sync'
  20. program for minixfs, and will probably disturb you, as it disturbed me,
  21. I can tell you...
  22.  
  23.  So you might consider an option to map out some drives which are likely
  24. not to be minix ones. Or something like this.
  25.  
  26.  Better: Make minixfs use the cache mode in a `per drive' way and assume
  27. that floppies won't use the TURBO mode. You might think of other reasons
  28. why this might be a good idea... Stephen??????? :-)
  29.  
  30. so long,
  31. TeSche
  32. -- 
  33. PS: If the above written looks weird, then that's probably because it _IS_.
  34. Torsten Scherer (Schiller, TeSche...), University of Bielefeld, Germany
  35. ==> itschere@techfak.uni-bielefeld.de / tesche@hrz.uni-bielefeld.de <==
  36. -------------------------------------------------------------------------------
  37.   'If you have enjoyed the experience of this drink,' continued the machine,
  38. 'why not share it with your friends?'
  39.   'Because,' said Arthur tartly, 'I want to keep them.'
  40.